crypto/internal/fips140/ecdsa.PublicKey.curve (field)
7 uses
crypto/internal/fips140/ecdsa (current package)
cast.go#L20: curve: p256,
ecdsa.go#L37: curve curveID
ecdsa.go#L181: return &PublicKey{curve: c.curve, q: Q}, nil
ecdsa.go#L197: curve: c.curve,
ecdsa.go#L268: if priv.pub.curve != c.curve {
ecdsa.go#L301: if priv.pub.curve != c.curve {
ecdsa.go#L433: if pub.curve != c.curve {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)